home *** CD-ROM | disk | FTP | other *** search
/ Directorty Opus 5 - Magellan 2 / Opus 5 - Magellan 2.iso / Extras / hotlist_source / source / hotlist.module_strings.c < prev    next >
C/C++ Source or Header  |  1996-10-18  |  265b  |  11 lines

  1. #define CATCOMP_BLOCK
  2. #include "hotlist.module.strings"
  3. #include <dopus/locale.h>
  4.  
  5. // This module includes all the locale strings,
  6. // and initialises a pointer to them.
  7. void init_locale_data(struct DOpusLocale *locale)
  8. {
  9.     locale->li_BuiltIn=(char *)CatCompBlock;
  10. }
  11.